LOADING...

加载过慢请开启缓存

loading

Sakana's Blog

小鱼的个人博客(开发中……)

机器学习李宏毅-1

2023/12/23

Regression (Example:Poke)

Step1:Model

  • y=b+w*x$_cp$ (weight/bias)
  • y=b+$\Sigma$$w_i$$x_i$ (各种不同的属性) (feature)

Step2:Goodness of Function

Training Data => ($x^n$,$y^n$)
Pasted image 20231223145442.png

阅读全文

CS61A-Recursion

2023/12/15

9_Recursion

Leap of Faith

  1. Verify the base case (n=0)
  2. Treat fact as a functional abstraction (功能抽象)
  3. Assume fact(n-1) is correct ,verify that fact(n) is correct (数学归纳法)
  • When approaching or debugging recursive functions, you should avoid visualizing them in this way for large or complicated inputs, since the large number of frames can be quite unwieldy and confusing.

10_Tree_Recuersion

Count_Partitions

阅读全文

Python速通日志-2

2023/10/25

稍微记录一下而已

注释

单行:#
多行:“”“或者’’’

数字类型

int/flaot/bool/complex

字符串

1.’与”无区别
2.’’’可用于”””输出多行字符串
3.变量[头下标: 尾下标: 步长]

还是跳过一些吧,细节太多了点……

数据结构

列表

阅读全文

Python速通日志-1

2023/10/23

学了一部分的html的语法,写博客也能方便一点
思来想去还是决定先进行python的学习和c语言的巩固

这两个星期考虑了很多方向
是继续探索一些网安的新东西,还是去学web开发,毕竟我个人对网络上的东西更感兴趣一些
不过最终还是决定先学会python吧,盲目的学习html和js,也没有什么目标,感觉上会比较迷茫
所以决定长线作战,在闲暇之时慢慢把html和js的语法先看完,之后上手起来也比较快

阅读全文

Markdown语法测试

2023/10/19

这是最大的标题

第二大的标题

第三大的标题

标题是用#来对应html中的h1-h6

强调和斜体

这是一个强调语句
这是一个斜体语句
这是一个删除语句

分别靠*和**来实现,对应html的b和em

列表

阅读全文

Web学习日志-1

2023/10/17

今天终于搞定了mini的knife和小游戏

小游戏

小游戏是之前一直没有尝试在上传图片的过程中抓包,所以一直没发现解法
其实只要随便传一张图片,在抓包时修改http请求就可以了
但是在开发者模式下还找到了一张大眼睛的gif图,不知道是不是还有彩蛋?

阅读全文

My first blog

2023/10/15

这是我的第一篇博客
就这样

阅读全文

Hello World

2023/10/15

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

$ hexo new "My New Post"

More info: Writing

Run server

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment

阅读全文
头像
Sakana
一度生まれ変わろうとも
また私はここを選ぶんだろう